home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
admin
/
linuxcon.000
/
linuxcon
/
linuxconf-1.6
/
xconf
/
stubs.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-01-27
|
295 b
|
19 lines
#include <stdlib.h>
#include "../dialog/dialog.h"
#include "../userconf/userconf.h"
int xconf_edit ()
{
if (perm_rootaccess("to configure X")){
dialog_end();
system ("/usr/X11R6/bin/xf86config");
dialog_clear();
}
return 0;
}
int xconf_main (int , char *[])
{
return xconf_edit();
}